home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / adam / adam10.exe / {app} / Adam.exe / 0 / RCDATA / TFDISCSCANNER / TFDISCSCANNER.txt
Text File  |  2004-04-14  |  945b  |  50 lines

  1. object fDiscScanner: TfDiscScanner
  2.   Left = 472
  3.   Top = 265
  4.   BorderStyle = bsDialog
  5.   Caption = 'Na'#269#237't'#225'm disk'
  6.   ClientHeight = 109
  7.   ClientWidth = 292
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object FileLabel: TLabel
  22.     Left = 16
  23.     Top = 14
  24.     Width = 260
  25.     Height = 13
  26.     AutoSize = False
  27.   end
  28.   object btnStop: TBitBtn
  29.     Left = 108
  30.     Top = 72
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Stop'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = btnStopClick
  37.     NumGlyphs = 2
  38.   end
  39.   object ProgressBar: TProgressBar
  40.     Left = 16
  41.     Top = 40
  42.     Width = 260
  43.     Height = 19
  44.     Min = 0
  45.     Max = 100
  46.     Step = 1
  47.     TabOrder = 1
  48.   end
  49. end
  50.